DroneListEntry

abstract class DroneListEntry

An entry of the drone list returned by getDroneList.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getModel(): Drone.Model
Gets the drone model.
Link copied to clipboard
abstract fun getName(): String
Gets the drone name.
Link copied to clipboard
abstract fun getState(): DeviceState
Gets the drone state.
Link copied to clipboard
abstract fun getUid(): String
Gets the drone uid.